Skip to content

feat: add flare-edge-cli agent skill#6

Merged
paoloanzn merged 3 commits intomainfrom
codex/flare-edge-cli-skill
Mar 22, 2026
Merged

feat: add flare-edge-cli agent skill#6
paoloanzn merged 3 commits intomainfrom
codex/flare-edge-cli-skill

Conversation

@paoloanzn
Copy link
Copy Markdown
Contributor

Summary

  • add a portable flare-edge-cli agent skill under skills/flare-edge-cli
  • include focused references for common workflows, AI Worker usage, and install/release behavior
  • add agents/openai.yaml metadata for skill UIs
  • add a one-line Claude Code skill installer script and document it in the README
  • tighten .gitignore so the root binary is still ignored without accidentally ignoring the skill folder

Details

The new skill follows the current Anthropic-style folder format:

  • SKILL.md for trigger metadata and core instructions
  • references/ for progressive disclosure
  • agents/openai.yaml for UI-facing metadata

The installer script copies the skill into ~/.claude/skills/flare-edge-cli by default and supports SKILLS_DIR overrides. The README now includes a copy-paste install command for that path.

Testing

  • sh -n install-skill.sh
  • local install verification with SOURCE_DIR=/Users/paolo/Repos/flare-edge-cli SKILLS_DIR=<tempdir> ./install-skill.sh

Notes

The README one-liner points at main, so the remote install command will work after this PR is merged.

@paoloanzn paoloanzn merged commit 4f91e63 into main Mar 22, 2026
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant